home *** CD-ROM | disk | FTP | other *** search
/ Drivin' Route 66 / Drivin' Route 66 (1995)(Creative Multimedia)[Mac-PC].iso / pc / rthelp.dir / 00033_Script_33 < prev    next >
Text File  |  1995-08-18  |  391b  |  22 lines

  1. on exitFrame
  2.   global helptemp, frame
  3.   if helptemp="rtmm.dir" and frame=7 then
  4.     go "US MAP" of movie "rtmm.dir"
  5.   else
  6.     if helptemp="rtcm.dir" then
  7.       go frame frame of movie helptemp
  8.             set the mousedownscript to "gonext"
  9.       --go marker (0)
  10.     else
  11.       go frame frame of movie helptemp
  12.     end if
  13.   end if
  14.   
  15.   unloadcast
  16.   updatestage
  17. end
  18.  
  19.  
  20.  
  21.  
  22.